yun-zuoyi
gragon.xu 6 years ago
commit 201f960d08

@ -893,7 +893,7 @@ public class WmsEnumUtil {
*/
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum TASK_INFO_STATUS {
CREATE(10, "创建"), FINISH(20, "处理"), FAIL(30, "已处理");
CREATE(10, "创建"), FINISH(20, "处理"), FAIL(30, "已处理");
private int value;
private String description;

@ -29,4 +29,13 @@ public class TransSnModle extends BaseComponetsParam{
@ApiParam(value = "分组编号")
public String packageNo;
/**
*
*/
public double cpQty;
/**
*
*/
public String dateCode;
}

@ -29,6 +29,14 @@ import javax.persistence.Transient;
@Api("抽点记录信息")
public class WmsCheckFactRecord extends BaseBean {
@Column(name = "REF_TYPE")
@ApiParam(value = "关联单据类型")
private String refType;
@Column(name = "REF_SRC")
@ApiParam(value = "关联单据编号")
private String refSrc;
@Column(name="PO_NO")
@ApiParam("采购单号")
public String poNo;

@ -55,7 +55,7 @@ public class WmsDocMovementSn extends BaseBean {
public String unit;
/**
* :10 = 20 = 30 =
* :
*/
@Column(name="SN_STATUS")
@ApiParam(value = "状态", example = "10")

Loading…
Cancel
Save