Explorar el Código

协议保单日期中投保日期改为起保日期

haoyu hace 2 años
padre
commit
b0bfc6984d

+ 1 - 1
src/main/java/com/ydtech/constants/enums/dict/agreement/MatchType.java

@@ -12,7 +12,7 @@ import lombok.Getter;
 public enum MatchType implements IBaseEnum {
 
     MT1("1", "出单日期", 1, 0),
-    MT2("2", "保日期", 2, 0);
+    MT2("2", "保日期", 2, 0);
 
     // 编号
     private final String code;