提成计算优化,新增提成计算开始时间

This commit is contained in:
xiezhijun
2021-03-25 17:26:47 +08:00
parent 63ab5bdc85
commit dffca92564
6 changed files with 35 additions and 19 deletions

View File

@ -255,6 +255,11 @@ public class SysOrder extends BaseEntity {
/** 售后二开提成单, 0非提成单 1提成单 */
private Integer afterSaleCommissOrder;
/** 提成计算开始时间,与食谱计划开始时间区分开 */
@JsonFormat(pattern = "yyyy-MM-dd")
//@Excel(name = "提成计算开始时间,与食谱计划开始时间区分开", width = 30, dateFormat = "yyyy-MM-dd")
private Date commissStartTime;
/** 删除标记 */
private Integer delFlag;