a
jiangping
2023-11-07 28a07b5b768096a2c75b55c440b8afd0b50b3f0b
server/services/src/main/java/com/doumee/dao/business/model/PricingDetail.java
@@ -106,4 +106,9 @@
    @ExcelColumn(name="规则名称")
    private String title;
    @ApiModelProperty(value = "排序码(升序)", example = "1")
    @ExcelColumn(name="排序码(升序)")
    @TableField(exist = false)
    private Integer sortnum;
}