fix:87893
This commit is contained in:
+6
-6
@@ -139,12 +139,6 @@ public class LawsMarketStandardDetail implements Serializable {
|
|||||||
@ApiModelProperty(value = "适用车型")
|
@ApiModelProperty(value = "适用车型")
|
||||||
private String applicableVehicle;
|
private String applicableVehicle;
|
||||||
|
|
||||||
/**
|
|
||||||
* 备注
|
|
||||||
*/
|
|
||||||
@ApiModelProperty(value = "备注")
|
|
||||||
private String remark;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 认证对象
|
* 认证对象
|
||||||
*/
|
*/
|
||||||
@@ -233,6 +227,12 @@ public class LawsMarketStandardDetail implements Serializable {
|
|||||||
@ApiModelProperty(value = "要求类型")
|
@ApiModelProperty(value = "要求类型")
|
||||||
@Excel(name = "要求类型(Optional/Compulsory)", width = 15,dicCode = "requirement_type")
|
@Excel(name = "要求类型(Optional/Compulsory)", width = 15,dicCode = "requirement_type")
|
||||||
private String requireType;
|
private String requireType;
|
||||||
|
/**
|
||||||
|
* 备注
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "备注")
|
||||||
|
@Excel(name = "备注(Comments)", width = 15)
|
||||||
|
private String remark;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user