md
This commit is contained in:
parent
fb74916146
commit
0821d89cb9
@ -38,8 +38,7 @@ public class EmisSpecialCalcWeight extends BaseEntity
|
||||
private Long id;
|
||||
/* 产品类型代码 */
|
||||
private String prodCode;
|
||||
/* 产品类型名称 */
|
||||
private String prodName;
|
||||
|
||||
/* 启用状态 0-启用 1-停用 */
|
||||
private Integer status;
|
||||
/* 取重方式 */
|
||||
@ -61,6 +60,8 @@ public class EmisSpecialCalcWeight extends BaseEntity
|
||||
//------- 扩展字段
|
||||
// 归属线路
|
||||
private String lineCode;
|
||||
/* 产品类型名称 */
|
||||
private String prodName;
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user