文档库推送信息处理
This commit is contained in:
+551
-487
File diff suppressed because it is too large
Load Diff
+19
@@ -0,0 +1,19 @@
|
||||
package com.jero.modules.system.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class SysPushVO {
|
||||
/**
|
||||
* 中英文
|
||||
*/
|
||||
private String cut;
|
||||
/**
|
||||
* 组织ID
|
||||
*/
|
||||
private String departId;
|
||||
/**
|
||||
* 列表JSON
|
||||
*/
|
||||
private String json;
|
||||
}
|
||||
Reference in New Issue
Block a user