|
|
|
@ -11,6 +11,7 @@ import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.Transient;
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -65,4 +66,8 @@ public class MesPartStockSchedule extends BaseBean implements Serializable {
|
|
|
|
|
@Column(name = "PROD_CFG_CODE")
|
|
|
|
|
@ApiParam("配置代码")
|
|
|
|
|
private String prodCfgCode;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("物料名称")
|
|
|
|
|
private String partName;
|
|
|
|
|
}
|
|
|
|
|