czt
2024-07-12 1236c1e76c1dc07963285c72ea4faabef9cb7d93
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";
}