job
parent
89f9325e19
commit
5391d208de
|
|
@ -13,6 +13,11 @@ import java.io.Serializable;
|
|||
public class CapabilityAssessmentDTO implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
/**
|
||||
* 专业能力编码,取值见
|
||||
* {@link org.qinan.safetyeval.domain.constant.basic.IndustryEnum}
|
||||
*/
|
||||
private String industryCode;
|
||||
|
||||
/**
|
||||
* 专业能力编码,取值见
|
||||
|
|
|
|||
Loading…
Reference in New Issue