feat: scc流程标准信息增加市场清单编号字段
This commit is contained in:
+6
@@ -121,6 +121,12 @@ public class ProcessStandardComplianceCheck implements Serializable {
|
||||
@Dict(dictTable = "laws_market_standard", dicText = "manifest_name", dicCode = "id")
|
||||
private String applicableMarket;
|
||||
|
||||
/**
|
||||
* 适用市场清单编号
|
||||
*/
|
||||
@ApiModelProperty(value = "适用市场清单编号")
|
||||
private String applicableMarketNo;
|
||||
|
||||
/**
|
||||
* 是否与上一版相同
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user