123
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.ruoyi.cai.dto.admin.vo.account;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class ExportBatchAuditVo {
|
||||
private String message;
|
||||
private Integer successNum;
|
||||
private Integer ignoreNum;
|
||||
private Integer allNum;
|
||||
private Integer failNum;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user