Sfoglia il codice sorgente

fix 历史详细信息逻辑关系

LLL 8 mesi fa
parent
commit
f49830bee7

+ 1 - 0
jeecg-module-interlock/src/main/java/org/jeecg/modules/history/vo/InterlockDetailHistoryQueryVO.java

@@ -73,6 +73,7 @@ public class InterlockDetailHistoryQueryVO {
     /**逻辑关系*/
     @Excel(name = "逻辑关系", width = 15)
     @ApiModelProperty(value = "逻辑关系")
+    @Dict(dicCode = "ljgx")
     private java.lang.String ljgx;
     /**联锁输出值*/
     @Excel(name = "联锁输出值", width = 15)