CZT
2023-11-06 b4e8dc09c2af2a331b477904f9d7b205a7224890
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";
}