fix 81419 专项项目库-标准状态没有回显

This commit is contained in:
lijiarao
2024-01-31 20:52:36 +08:00
parent a5a945732b
commit a7bdb24783
2 changed files with 3 additions and 3 deletions
@@ -105,7 +105,7 @@ public class ProcessProjectStandard {
/** /**
* 分解单来源 * 分解单来源
*/ */
@TableField(value = "decomposition_order_Source") @TableField(value = "decomposition_order_source")
@ApiModelProperty(value = "分解单来源") @ApiModelProperty(value = "分解单来源")
private String decompositionOrderSource; private String decompositionOrderSource;
@@ -81,8 +81,8 @@ public class LawsSpecialProjectLibrary implements Serializable {
@ApiModelProperty(value = "标准类型(1-国内、2-海外、3-企标)") @ApiModelProperty(value = "标准类型(1-国内、2-海外、3-企标)")
private String standardType; private String standardType;
/**标准状态(1-草案、2-征求意见稿、3-送审稿、4-报批稿、5-发布稿、5-修改单)*/ /**标准状态(1-草案、2-征求意见稿、3-送审稿、4-报批稿、5-发布稿、5-修改单)*/
@Dict(dicCode = "enterprise_standard_state") @Dict(dicCode = "decomposition_order_source")
@Excel(name = "标准状态", width = 15, dicCode = "enterprise_standard_state") @Excel(name = "标准状态", width = 15, dicCode = "decomposition_order_source")
@ApiModelProperty(value = "标准状态(1-草案、2-征求意见稿、3-送审稿、4-报批稿、5-发布稿、5-修改单)") @ApiModelProperty(value = "标准状态(1-草案、2-征求意见稿、3-送审稿、4-报批稿、5-发布稿、5-修改单)")
private String standardState; private String standardState;
/**车型系列*/ /**车型系列*/