You've already forked FrameTour-BE
价格配置加个状态
This commit is contained in:
@@ -33,6 +33,7 @@ public class PriceConfigEntity {
|
||||
* 划线价格
|
||||
*/
|
||||
private BigDecimal slashPrice;
|
||||
private Integer status;
|
||||
private Date createTime;
|
||||
private Date updateTime;
|
||||
}
|
@@ -30,5 +30,6 @@ public class PriceConfigRespVO {
|
||||
* 划线价格
|
||||
*/
|
||||
private BigDecimal slashPrice;
|
||||
private Integer status;
|
||||
private Date createTime;
|
||||
}
|
||||
|
Reference in New Issue
Block a user