Commit 32bc90d6 authored by 赵啸非's avatar 赵啸非

添加更新默认用户角色

parent 4089d6e6
...@@ -19,5 +19,10 @@ public class CompanyVo extends BaseEntityLong { ...@@ -19,5 +19,10 @@ public class CompanyVo extends BaseEntityLong {
/** 公司id列表 */ /** 公司id列表 */
private List <Long> idList; private List <Long> idList;
/** 开始 创建时间 */
private String createTimeStart;
/** 结束 创建时间 */
private String createTimeEnd;
} }
\ 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