价格配置加个状态

This commit is contained in:
2025-04-08 15:05:20 +08:00
parent 692df3a1a2
commit 75eb3732fc
8 changed files with 58 additions and 7 deletions

View File

@@ -33,6 +33,7 @@ public class PriceConfigEntity {
* 划线价格
*/
private BigDecimal slashPrice;
private Integer status;
private Date createTime;
private Date updateTime;
}

View File

@@ -30,5 +30,6 @@ public class PriceConfigRespVO {
* 划线价格
*/
private BigDecimal slashPrice;
private Integer status;
private Date createTime;
}