Explorar o código

协议修改bug的修复

dongxin hai 9 meses
pai
achega
98e14ac00c

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

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