|
|
|
@ -8,14 +8,14 @@ import cn.estsh.i3plus.pojo.base.enumutil.WmsEnumUtil;
|
|
|
|
|
import io.swagger.annotations.Api;
|
|
|
|
|
import io.swagger.annotations.ApiParam;
|
|
|
|
|
import lombok.Data;
|
|
|
|
|
import javax.persistence.Inheritance;
|
|
|
|
|
import javax.persistence.InheritanceType;
|
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Inheritance;
|
|
|
|
|
import javax.persistence.InheritanceType;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
|
|
|
|
|
@ -58,7 +58,9 @@ public class WmsCsStrategy extends BaseBean implements Serializable {
|
|
|
|
|
|
|
|
|
|
@Column(name = "CYCLE_RULE")
|
|
|
|
|
@ApiParam(value = "循环规则")
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.TEXT)
|
|
|
|
|
// @DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.TEXT)
|
|
|
|
|
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.SELECT, getValWay = CommonEnumUtil.DYNAMIC_FIELD_GET_WAY.URL,
|
|
|
|
|
isRequire = 2, dataSrc = "/wms/wms-enum/wms-enum/query?enumType=CYCLE_RULE", listColumnName = "enumValue", explicitColumnName = "enumValueDesc")
|
|
|
|
|
private String cycleRule;
|
|
|
|
|
|
|
|
|
|
@Column(name = "START_DATE")
|
|
|
|
|