2 次代碼提交 bf26e9a9e4 ... e5841177ce

作者 SHA1 備註 提交日期
  dongxin e5841177ce Merge remote-tracking branch 'origin/master' 9 月之前
  dongxin 98e14ac00c 协议修改bug的修复 9 月之前
共有 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-停用")