代码提交

This commit is contained in:
huangzj
2023-09-22 14:10:22 +08:00
parent bbde473929
commit 4f4df0f663
8 changed files with 129 additions and 45 deletions

View File

@@ -0,0 +1,18 @@
package com.njcn.system.pojo.param;
import lombok.Data;
import java.util.List;
/**
* Description:
* Date: 2023/9/19 16:18【需求编号】
*
* @author clam
* @version V1.0.0
*/
@Data
public class CsStatisticalSetAddParam {
private String id ;
private List<String> ids;
}