BH 需求报表的修改

yun-zuoyi
puxiao.liao 5 years ago
parent 7f76cf0ad3
commit 47a7a0a9a3

@ -6456,7 +6456,7 @@ public class WmsEnumUtil {
*/
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum FG_INSTOCK_SN_TYPE {
NORMAL(10, "NORMAL", "实物条码(正常)"),
NORMAL(10, "NORMAL", "正常"),
FIRST_PIECE(20, "FIRST_PIECE", "首件"),
MIDDLE_PIECE(30, "MIDDLE_PIECE", "中件"),
TAIL_PIECE(40, "TAIL_PIECE", "末件");

@ -14,6 +14,7 @@ import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.Transient;
/**
* @Description :
@ -114,4 +115,13 @@ public class WmsStockInitialize extends BaseBean {
@AnnoOutputColumn(required = false)
private Integer seqNo;
@Transient
@ApiParam(value = "确认标志")
private boolean confirm;
@Transient
@ApiParam(value = "物料-1器具-2")
public String intiType;
}

Loading…
Cancel
Save