|
|
|
|
@ -9,7 +9,8 @@ import java.util.Map;
|
|
|
|
|
@Data
|
|
|
|
|
public class GlToAccountDTO {
|
|
|
|
|
|
|
|
|
|
private Map<String, Object> additionalInfo;
|
|
|
|
|
// private AdditionalInfo additionalInfo;
|
|
|
|
|
private Map<String, Object> additionalInfo;
|
|
|
|
|
|
|
|
|
|
private DebitGl debitGl;
|
|
|
|
|
private CreditAcc creditAcc;
|
|
|
|
|
@ -47,4 +48,29 @@ public class GlToAccountDTO {
|
|
|
|
|
private String pitInstcode;
|
|
|
|
|
private String sgtGntrinstrumentno;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@Data
|
|
|
|
|
public static class AdditionalInfo {
|
|
|
|
|
|
|
|
|
|
private String sgtBnfowner;
|
|
|
|
|
private String sgtWalkingcustname;
|
|
|
|
|
private String sgtPrcRlcscodec;
|
|
|
|
|
private String sgtWalkingcustnumber;
|
|
|
|
|
|
|
|
|
|
private String sgtTrandate;
|
|
|
|
|
private String sgtPtrtrancode;
|
|
|
|
|
private String sgtTranreason;
|
|
|
|
|
private String sgtRelwithbnfowner;
|
|
|
|
|
private Boolean sgtRemittancetrans;
|
|
|
|
|
|
|
|
|
|
private String sgtVehiclenumber;
|
|
|
|
|
private String sgtReginfo;
|
|
|
|
|
private String sgtSaleplace;
|
|
|
|
|
private String sgtMfgyear;
|
|
|
|
|
private String sgtEstatevalue;
|
|
|
|
|
|
|
|
|
|
private String sgtSenderBeneficiaryName;
|
|
|
|
|
private String sgtSenderBeneficiaryAddress;
|
|
|
|
|
private String sgtSenderBeneficiaryAccNo;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|