Merge remote-tracking branch 'origin/feature/REQ-2106' into feature/REQ-2106
This commit is contained in:
commit
001014791b
@ -15,9 +15,9 @@ import java.util.Arrays;
|
||||
@AllArgsConstructor
|
||||
public enum RecodeTypeEnum {
|
||||
|
||||
BANNER("BANNER", "广告位操作类型"),
|
||||
BANNER("BANNER", "广告"),
|
||||
|
||||
MATERIAL("MATERIAL", "素材操作类型"),
|
||||
MATERIAL("MATERIAL", "素材"),
|
||||
;
|
||||
|
||||
private final String type;
|
||||
|
||||
@ -58,4 +58,14 @@ public class PageBannerOperationLogResp {
|
||||
* 旧数据
|
||||
*/
|
||||
private JSONObject oldData;
|
||||
|
||||
/**
|
||||
* 操作类型
|
||||
*/
|
||||
private String operationTypeDesc;
|
||||
|
||||
/**
|
||||
* 操作内容
|
||||
*/
|
||||
private String operationContent;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user