package com.huaheng.api.erp.domainBack;

import lombok.Data;

@Data
public class PayloadResponse {
    private StdDataResponse std_data;


}