@ -51,6 +51,6 @@ public class BasVendor extends BaseBean{
private String vendorEmail;
@Column(name = "IS_ASN")
@ApiParam("是否发ASN")
@ApiParam(value = "是否发ASN", example = "0")
private Integer isAsn;
}
@ -35,7 +35,7 @@ public class WmsOpType extends BaseBean{
private String opTypeName;
@Column(name = "SEQ")
@ApiParam("序号")
@ApiParam(value = "序号", example = "0")
private Integer seq;
@Column(name="PROG_CODE")