| | |
| | | import com.fasterxml.jackson.annotation.JsonAnyGetter;
|
| | | import com.zy.asrs.common.utils.Synchro;
|
| | | import com.zy.asrs.framework.common.DateUtils;
|
| | | import com.zy.asrs.wms.asrs.entity.dto.MatnrDetlDto;
|
| | | import com.zy.asrs.wms.asrs.service.LocService;
|
| | | import com.zy.asrs.wms.asrs.service.MatFieldService;
|
| | | import com.zy.asrs.wms.asrs.service.MatService;
|
| | |
| | | @ApiModelProperty(value= "库存冻结 1: 冻结 0: 正常")
|
| | | private Integer freeze;
|
| | |
|
| | | // @ApiModelProperty("物料信息")
|
| | | // @TableField(exist = false)
|
| | | // @Delegate
|
| | | // private Mat mats;
|
| | | @ApiModelProperty("物料信息")
|
| | | @TableField(exist = false)
|
| | | private MatnrDetlDto mats;
|
| | |
|
| | |
|
| | | public LocDetl() {}
|
| | |
|