add comment
This commit is contained in:
parent
70b86b8f4e
commit
5c3c3e19b5
@ -57,6 +57,11 @@ public class ProductAddReq {
|
|||||||
/**
|
/**
|
||||||
* 资质序列/单位类型(数组多选)
|
* 资质序列/单位类型(数组多选)
|
||||||
* cn.axzo.basics.common.constant.enums.OrganizationalUnitTypeEnum
|
* cn.axzo.basics.common.constant.enums.OrganizationalUnitTypeEnum
|
||||||
|
* 1:总包单位
|
||||||
|
* 2:建设单位
|
||||||
|
* 3:监理单位
|
||||||
|
* 4:劳务分包
|
||||||
|
* 5:专业分包
|
||||||
*/
|
*/
|
||||||
private List<Integer> ouTypes;
|
private List<Integer> ouTypes;
|
||||||
|
|
||||||
|
|||||||
@ -61,6 +61,11 @@ public class ProductUpdateReq {
|
|||||||
/**
|
/**
|
||||||
* 资质序列/单位类型(数组多选)
|
* 资质序列/单位类型(数组多选)
|
||||||
* cn.axzo.basics.common.constant.enums.OrganizationalUnitTypeEnum
|
* cn.axzo.basics.common.constant.enums.OrganizationalUnitTypeEnum
|
||||||
|
* 1:总包单位
|
||||||
|
* 2:建设单位
|
||||||
|
* 3:监理单位
|
||||||
|
* 4:劳务分包
|
||||||
|
* 5:专业分包
|
||||||
*/
|
*/
|
||||||
private List<Integer> ouTypes;
|
private List<Integer> ouTypes;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user