feat: bug-369 添加对产品线和数据权限的支持
This commit is contained in:
parent
46c030ae07
commit
f1588a6f7a
|
|
@ -155,5 +155,9 @@ public class DeviceDTO {
|
|||
// */
|
||||
// private LocalDateTime updateTime;
|
||||
|
||||
|
||||
/**
|
||||
* 产品线id
|
||||
*/
|
||||
@NotNull(message = "产品线id不能为空")
|
||||
private Integer productionLineId;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue