add comment

This commit is contained in:
陈维伟 2023-12-07 13:57:05 +08:00
parent 526564e253
commit 70b86b8f4e

View File

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