czt
2025-08-20 12c99c99ed89d1d11318d9b4c6c295d35e21b1e7
src/main/java/com/fzzy/api/entity/ApiInfoData.java
@@ -42,6 +42,10 @@
    @Column(name = "inteType", length = 10)
    private String inteType;
    @PropertyDef(label = "业务类型" , description = "协议编码")
    @Column(name = "BIZ_Type", length = 20)
    private String bizType;
    @PropertyDef(label = "接口编号")
    @Column(name = "inteId", length = 10)
    private String inteId;