fix:87893

This commit is contained in:
梁琦涛
2024-07-31 17:23:18 +08:00
parent 5f41a981c0
commit 32bc145e7e
@@ -139,12 +139,6 @@ public class LawsMarketStandardDetail implements Serializable {
@ApiModelProperty(value = "适用车型")
private String applicableVehicle;
/**
* 备注
*/
@ApiModelProperty(value = "备注")
private String remark;
/**
* 认证对象
*/
@@ -233,6 +227,12 @@ public class LawsMarketStandardDetail implements Serializable {
@ApiModelProperty(value = "要求类型")
@Excel(name = "要求类型(Optional/Compulsory)", width = 15,dicCode = "requirement_type")
private String requireType;
/**
* 备注
*/
@ApiModelProperty(value = "备注")
@Excel(name = "备注(Comments)", width = 15)
private String remark;
/**