소스 검색

fix 历史详细信息逻辑关系

LLL 1 년 전
부모
커밋
f49830bee7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      jeecg-module-interlock/src/main/java/org/jeecg/modules/history/vo/InterlockDetailHistoryQueryVO.java

+ 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)