|
|
@ -57,12 +57,12 @@ public class RequirementType implements Serializable { |
|
|
|
@ApiModelProperty(value = "所属部门") |
|
|
|
@ApiModelProperty(value = "所属部门") |
|
|
|
private java.lang.String sysOrgCode; |
|
|
|
private java.lang.String sysOrgCode; |
|
|
|
/**项目id*/ |
|
|
|
/**项目id*/ |
|
|
|
@Excel(name = "项目id", width = 15, dictTable = "projectx", dicText = "project_name", dicCode = "id") |
|
|
|
@Excel(name = "项目", width = 15, dictTable = "projectx", dicText = "project_name", dicCode = "id") |
|
|
|
@Dict(dictTable = "projectx", dicText = "project_name", dicCode = "id") |
|
|
|
@Dict(dictTable = "projectx", dicText = "project_name", dicCode = "id") |
|
|
|
@ApiModelProperty(value = "项目id") |
|
|
|
@ApiModelProperty(value = "项目id") |
|
|
|
private java.lang.String projectId; |
|
|
|
private java.lang.String projectId; |
|
|
|
/**上级类型id*/ |
|
|
|
/**上级类型id*/ |
|
|
|
@Excel(name = "上级类型id", width = 15, dictTable = "requirement_type", dicText = "type_name", dicCode = "id") |
|
|
|
@Excel(name = "上级类型", width = 15, dictTable = "requirement_type", dicText = "type_name", dicCode = "id") |
|
|
|
@Dict(dictTable = "requirement_type", dicText = "type_name", dicCode = "id") |
|
|
|
@Dict(dictTable = "requirement_type", dicText = "type_name", dicCode = "id") |
|
|
|
@ApiModelProperty(value = "上级类型id") |
|
|
|
@ApiModelProperty(value = "上级类型id") |
|
|
|
private java.lang.String upperId; |
|
|
|
private java.lang.String upperId; |
|
|
|