fix 81419 专项项目库-标准状态没有回显
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ public class ProcessProjectStandard {
|
||||
/**
|
||||
* 分解单来源
|
||||
*/
|
||||
@TableField(value = "decomposition_order_Source")
|
||||
@TableField(value = "decomposition_order_source")
|
||||
@ApiModelProperty(value = "分解单来源")
|
||||
private String decompositionOrderSource;
|
||||
|
||||
|
||||
+2
-2
@@ -81,8 +81,8 @@ public class LawsSpecialProjectLibrary implements Serializable {
|
||||
@ApiModelProperty(value = "标准类型(1-国内、2-海外、3-企标)")
|
||||
private String standardType;
|
||||
/**标准状态(1-草案、2-征求意见稿、3-送审稿、4-报批稿、5-发布稿、5-修改单)*/
|
||||
@Dict(dicCode = "enterprise_standard_state")
|
||||
@Excel(name = "标准状态", width = 15, dicCode = "enterprise_standard_state")
|
||||
@Dict(dicCode = "decomposition_order_source")
|
||||
@Excel(name = "标准状态", width = 15, dicCode = "decomposition_order_source")
|
||||
@ApiModelProperty(value = "标准状态(1-草案、2-征求意见稿、3-送审稿、4-报批稿、5-发布稿、5-修改单)")
|
||||
private String standardState;
|
||||
/**车型系列*/
|
||||
|
||||
Reference in New Issue
Block a user