dongxin 9 месяцев назад
Родитель
Сommit
98e14ac00c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      commons/src/main/java/com/jzg/commons/entity/po/PtlAgreement.java

+ 1 - 1
commons/src/main/java/com/jzg/commons/entity/po/PtlAgreement.java

@@ -42,7 +42,7 @@ public class PtlAgreement extends BaseModel {
 
     /** api类型 **/
     @Schema(description = "api类型")
-    private String apiType;
+    private Integer apiType;
 
     /** 协议状态 0-停用 1-在用 */
     @Schema(description = "协议状态 0-启用 1-停用")