|
|
@ -79,7 +79,7 @@ public class WmsTransportRule extends BaseBean {
|
|
|
|
@ApiParam("是否安排运输")
|
|
|
|
@ApiParam("是否安排运输")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.TRUE_OR_FALSE.class, refForeignKey = "value", value = "description")
|
|
|
|
@AnnoOutputColumn(refClass = WmsEnumUtil.TRUE_OR_FALSE.class, refForeignKey = "value", value = "description")
|
|
|
|
@DynamicField(webFieldType = WmsEnumUtil.FIELD_TYPE.SELECT, entityName = "TRUE_OR_FALSE")
|
|
|
|
@DynamicField(webFieldType = WmsEnumUtil.FIELD_TYPE.SELECT, entityName = "TRUE_OR_FALSE")
|
|
|
|
public int isTransport;
|
|
|
|
public Integer isTransport;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name = "REMARK",length = 255)
|
|
|
|
@Column(name = "REMARK",length = 255)
|
|
|
|
@ApiParam("备注")
|
|
|
|
@ApiParam("备注")
|
|
|
|