czt
昨天 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a
src/main/java/com/fzzy/api/entity/ApiList.java
@@ -64,4 +64,8 @@
    @Column(name = "REMARK_", length = 100)
    @PropertyDef(label = "备注说明")
    private String remark;
    @Column(name = "BIZ_TYPE_", length = 20)
    @PropertyDef(label = "业务类型", description = "GB-国标;JL-军粮")
    private String bizType = "GB";
}