fix: 80032 年度制修订-标准化发起:选择标准弹窗标准状态显示不对
This commit is contained in:
+8
@@ -34,4 +34,12 @@ public class ManyStandardSelectionBox {
|
||||
@ApiModelProperty(value = "标准状态")
|
||||
@Dict(dicCode = "standard_state")
|
||||
private java.lang.String standardState;
|
||||
@ApiModelProperty(value = "企标标准状态")
|
||||
@Dict(dicCode = "es_status")
|
||||
private java.lang.String esStandardState;
|
||||
|
||||
public void setStandardState(String standardState) {
|
||||
this.standardState = standardState;
|
||||
this.esStandardState = standardState;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user