Commit a1a0557e authored by Tong Li's avatar Tong Li

MP

parent 5a208354
...@@ -17,4 +17,7 @@ public class ApsTimeConfig { ...@@ -17,4 +17,7 @@ public class ApsTimeConfig {
private BigDecimal startCount; private BigDecimal startCount;
private BigDecimal endCount; private BigDecimal endCount;
private LocalDateTime deadlineTime; private LocalDateTime deadlineTime;
/** 周期维度: DAY(天) / WEEK(周) / MONTH(月), 默认 DAY */
private String periodDimension;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment