Commit 5ea11dfa9cfeaf81673f9237a869f08e4cc2d8db

Authored by liquanyu
1 parent 65e7d7447c

update code

Showing 1 changed file with 2 additions and 0 deletions

platform-common/src/main/java/com/lyms/platform/common/enums/SendDateEnums.java View file @ 5ea11df
... ... @@ -18,6 +18,8 @@
18 18 SendDateEnums(int id, String name,String freq,String serviceObj) {
19 19 this.id = id;
20 20 this.name = name;
  21 + this.freq = freq;
  22 + this.serviceObj = serviceObj;
21 23 }
22 24  
23 25 private int id;