YYC
2024-10-28 8c2632ab67cef38baa88dd365683610c17e08313
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";
}