feat: bug-369 添加对产品线和数据权限的支持

This commit is contained in:
曹鹏飞 2025-06-23 15:17:20 +08:00
parent 46c030ae07
commit f1588a6f7a
1 changed files with 5 additions and 1 deletions

View File

@ -155,5 +155,9 @@ public class DeviceDTO {
// */
// private LocalDateTime updateTime;
/**
* 产品线id
*/
@NotNull(message = "产品线id不能为空")
private Integer productionLineId;
}