src/main/java/com/zy/asrs/entity/Order.java
@@ -45,6 +45,13 @@ private String orderNo; /** * 上报次数 */ @ApiModelProperty(value= "上报次数") @TableField("account_day") private Integer accountDay; /** * 单据日期 */ @ApiModelProperty(value= "单据日期") @@ -162,12 +169,7 @@ @ApiModelProperty(value= "业务员") private String salesman; /** * 结算天数 */ @ApiModelProperty(value= "结算天数") @TableField("account_day") private Integer accountDay; /** * 邮费支付类型 1: 在线支付 2: 货到付款