bms2.0出账及发票修改;
This commit is contained in:
@@ -203,5 +203,7 @@ public class BmsInvoiceList extends BaseVOEntity {
|
||||
@ApiModelProperty(value = "一级组织ID")
|
||||
@Excel(name = "一级组织ID", width = 15)
|
||||
private Long topOrganizationId;
|
||||
@ApiModelProperty("结算币种")
|
||||
private String settlementCurrency;
|
||||
|
||||
}
|
||||
+3
@@ -70,6 +70,9 @@ public class BmsInvoiceListAddDTO implements Serializable {
|
||||
@Excel(name = "对账单金额", width = 15)
|
||||
private BigDecimal billAmount;
|
||||
|
||||
@ApiModelProperty("结算币种")
|
||||
private String settlementCurrency;
|
||||
|
||||
private List<BmsMakeOutInvoice> bmsMakeOutInvoices;
|
||||
|
||||
}
|
||||
+2
@@ -129,6 +129,8 @@ public class BmsInvoiceListDTO implements Serializable {
|
||||
@ApiModelProperty(value = "所属部门")
|
||||
@Excel(name = "所属部门", width = 15)
|
||||
private String sysOrgCode;
|
||||
@ApiModelProperty("结算币种")
|
||||
private String settlementCurrency;
|
||||
|
||||
/**开票表集合*/
|
||||
@ApiModelProperty(value = "开票表集合")
|
||||
|
||||
Reference in New Issue
Block a user