设备台账-添加所属工程
This commit is contained in:
parent
508a88831d
commit
5639a87289
@ -124,4 +124,9 @@ public class SysEquipmentVo implements Serializable {
|
||||
*/
|
||||
private String options;
|
||||
|
||||
/**
|
||||
* 所属工程
|
||||
*/
|
||||
private String belongProject;
|
||||
|
||||
}
|
||||
|
@ -143,4 +143,10 @@ public class SysEquipment extends BaseEntity {
|
||||
*/
|
||||
@TableField(value = "options")
|
||||
private String options;
|
||||
|
||||
/**
|
||||
* 所属工程
|
||||
*/
|
||||
@TableField(value = "belong_project")
|
||||
private String belongProject;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user