实体数字类型默认值添加

yun-zuoyi
amy 7 years ago
parent 0df6504c56
commit a1f496f8fb

@ -51,6 +51,6 @@ public class BasVendor extends BaseBean{
private String vendorEmail; private String vendorEmail;
@Column(name = "IS_ASN") @Column(name = "IS_ASN")
@ApiParam("是否发ASN") @ApiParam(value = "是否发ASN", example = "0")
private Integer isAsn; private Integer isAsn;
} }

@ -35,7 +35,7 @@ public class WmsOpType extends BaseBean{
private String opTypeName; private String opTypeName;
@Column(name = "SEQ") @Column(name = "SEQ")
@ApiParam("序号") @ApiParam(value = "序号", example = "0")
private Integer seq; private Integer seq;
@Column(name="PROG_CODE") @Column(name="PROG_CODE")

Loading…
Cancel
Save