add comment

This commit is contained in:
陈维伟 2023-12-07 14:02:28 +08:00
parent 70b86b8f4e
commit 5c3c3e19b5
2 changed files with 10 additions and 0 deletions

View File

@ -57,6 +57,11 @@ public class ProductAddReq {
/**
* 资质序列/单位类型(数组多选)
* cn.axzo.basics.common.constant.enums.OrganizationalUnitTypeEnum
* 1:总包单位
* 2:建设单位
* 3:监理单位
* 4:劳务分包
* 5:专业分包
*/
private List<Integer> ouTypes;

View File

@ -61,6 +61,11 @@ public class ProductUpdateReq {
/**
* 资质序列/单位类型(数组多选)
* cn.axzo.basics.common.constant.enums.OrganizationalUnitTypeEnum
* 1:总包单位
* 2:建设单位
* 3:监理单位
* 4:劳务分包
* 5:专业分包
*/
private List<Integer> ouTypes;