mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-14 05:42:06 +08:00
1、sonarqube质量修复;2、短信模板增删查询移除短信渠道相关内容;
This commit is contained in:
+5
-1
@@ -4,10 +4,14 @@ package com.cf.imes.module.manage.controller.admin.patching.vo;
|
||||
import lombok.Data;
|
||||
import lombok.ToString;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
|
||||
@Data
|
||||
@ToString(callSuper = true)
|
||||
public class DataRangeList {
|
||||
public class DataRangeList implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = -5467901878313885959L;
|
||||
|
||||
// 最大值
|
||||
private Long maxaa;
|
||||
|
||||
Reference in New Issue
Block a user