|
@@ -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-停用")
|