fix:ln新分支删除多余无用代码

ln_ry20250512
wangxy 4 weeks ago
parent 05ee3cb323
commit f0914083d4

@ -1,18 +0,0 @@
package com.ruoyi.system.domain.count;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.io.Serializable;
@Data
@ApiModel(value="密品销毁统计", description="密品销毁统计")
public class PropertyDesCountDTO implements Serializable {
@ApiModelProperty(value = "未销毁")
private Integer wxh;
@ApiModelProperty(value = "已销毁")
private Integer yxh;
}

@ -1,24 +0,0 @@
package com.ruoyi.system.domain.count;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.io.Serializable;
@Data
@ApiModel(value="培训统计", description="培训统计")
public class TrainCountDTO implements Serializable {
@ApiModelProperty(value = "总数")
private Integer total;
@ApiModelProperty(value = "待审核")
private Integer dsh;
@ApiModelProperty(value = "审核通过")
private Integer shtg;
@ApiModelProperty(value = "审核未通过")
private Integer shwtg;
}
Loading…
Cancel
Save