Commit 4820ff250d1d2de44d5a9f6218d7ffa252f2d503
1 parent
fc4c38c634
Exists in
master
and in
6 other branches
消息
Showing 1 changed file with 1 additions and 1 deletions
platform-common/src/main/java/com/lyms/platform/common/enums/SendDateEnums.java
View file @
4820ff2
| ... | ... | @@ -13,7 +13,7 @@ |
| 13 | 13 | public enum SendDateEnums { |
| 14 | 14 | |
| 15 | 15 | |
| 16 | - GL(0,"公历","0,1,2","0,1,2,3"),NL(1,"农历","0,1,2","0,1,2,3"),TSRQ(2,"特殊日期","0,2","1,2,3"),SLRQ(3,"生理日期","0","1,2,3"); | |
| 16 | + GL(0,"公历","0,1,2","0,1,2,3"),NL(1,"农历","0,1,2","0,1,2,3"),TSRQ(2,"特殊日期","0,2","1,2,3"),SLRQ(3,"生理日期","0","1,2,3,4"); | |
| 17 | 17 | |
| 18 | 18 | SendDateEnums(int id, String name,String freq,String serviceObj) { |
| 19 | 19 | this.id = id; |