fix
Hentua
2023-11-28 6a6bca082a517b44f21205902b7ab7f03a97ae42
src/main/java/com/xcong/farmer/cms/modules/system/dto/AdAddDto.java
@@ -31,4 +31,7 @@
    @ApiModelProperty(value = "备注")
    private String remark;
    @ApiModelProperty(value = "排序")
    private Integer seq;
}