标准编号字段改为standardNumber
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ public class LawsEvaluationNotMet implements Serializable {
|
||||
/**标准编号*/
|
||||
@Excel(name = "标准编号", width = 15)
|
||||
@ApiModelProperty(value = "标准编号")
|
||||
private java.lang.String standardNum;
|
||||
private java.lang.String standardNumber;
|
||||
/**项目ID*/
|
||||
@Excel(name = "项目ID", width = 15)
|
||||
@ApiModelProperty(value = "项目ID")
|
||||
|
||||
Reference in New Issue
Block a user