parent
0dfb16f003
commit
3380ca271d
@ -0,0 +1,78 @@
|
|||||||
|
package com.mudu.entity;
|
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.annotation.TableId;
|
||||||
|
import com.baomidou.mybatisplus.annotation.TableName;
|
||||||
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||||
|
import io.swagger.annotations.ApiModel;
|
||||||
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
import java.util.Date;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 停复工审核信息表(ASafeTfgsh)表实体类
|
||||||
|
*
|
||||||
|
* @author wu
|
||||||
|
* @since 2024-06-07 17:07:16
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
@ApiModel("停复工审核信息表实体类")
|
||||||
|
@TableName(value = "a_safe_tfgsh")
|
||||||
|
public class ASafeTfgsh implements Serializable {
|
||||||
|
|
||||||
|
private static final long serialVersionUID = -60575438286733802L;
|
||||||
|
|
||||||
|
@TableId
|
||||||
|
private String xxbh;
|
||||||
|
/**
|
||||||
|
* 停复工编号
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "停复工编号")
|
||||||
|
private String tfgbh;
|
||||||
|
/**
|
||||||
|
* 审核时间
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "审核时间")
|
||||||
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
||||||
|
private String shsj;
|
||||||
|
/**
|
||||||
|
* 审核结果 1审核通过 2审核驳回
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "审核结果 1审核通过 2审核驳回")
|
||||||
|
private String shjg;
|
||||||
|
/**
|
||||||
|
* 原因
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "原因")
|
||||||
|
private String yy;
|
||||||
|
/**
|
||||||
|
* 记录状态 0逻辑删除 1正常
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "记录状态 0逻辑删除 1正常")
|
||||||
|
private Integer jlzt;
|
||||||
|
/**
|
||||||
|
* 更新时间
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "更新时间")
|
||||||
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
||||||
|
private Date gxsj;
|
||||||
|
/**
|
||||||
|
* 更新人员
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "更新人员")
|
||||||
|
private String gxry;
|
||||||
|
/**
|
||||||
|
* 创建时间
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "创建时间")
|
||||||
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
||||||
|
private Date rksj;
|
||||||
|
/**
|
||||||
|
* 入库人员
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "入库人员")
|
||||||
|
private String rkry;
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,118 @@
|
|||||||
|
package com.mudu.entity.dto.request;
|
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.annotation.IdType;
|
||||||
|
import com.baomidou.mybatisplus.annotation.TableId;
|
||||||
|
import com.baomidou.mybatisplus.annotation.TableName;
|
||||||
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||||
|
import io.swagger.annotations.ApiModel;
|
||||||
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
import java.time.LocalDateTime;
|
||||||
|
import java.util.Date;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 班前班后表(ASafeBqbhpx)表实体类
|
||||||
|
*
|
||||||
|
* @author wu
|
||||||
|
* @since 2024-03-27 09:54:37
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
@ApiModel("班前班后表实体类")
|
||||||
|
public class ASafeBqbhpxRequest implements Serializable {
|
||||||
|
|
||||||
|
private static final long serialVersionUID = -70204298929184134L;
|
||||||
|
/**
|
||||||
|
* 信息编号
|
||||||
|
*/
|
||||||
|
@TableId(type = IdType.ASSIGN_UUID)
|
||||||
|
@ApiModelProperty(value = "信息编号")
|
||||||
|
private String xxbh;
|
||||||
|
/**
|
||||||
|
* 企业编号
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "企业编号")
|
||||||
|
private String qybh;
|
||||||
|
/**
|
||||||
|
* 班组名称
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "班组名称")
|
||||||
|
private String bzmc;
|
||||||
|
/**
|
||||||
|
* 班组长姓名
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "班组长姓名")
|
||||||
|
private String bzzxm;
|
||||||
|
/**
|
||||||
|
* 参培人数
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "参培人数")
|
||||||
|
private Integer cprs;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 培训时间
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "培训时间")
|
||||||
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
||||||
|
private Date pxkssj;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 宣传内容简述
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "宣传内容简述")
|
||||||
|
private String xcnrjs;
|
||||||
|
/**
|
||||||
|
* 行政区划
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "行政区划")
|
||||||
|
private String xzqh;
|
||||||
|
/**
|
||||||
|
* 行政区划名称
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "行政区划名称")
|
||||||
|
private String xzqhmc;
|
||||||
|
/**
|
||||||
|
* 培训现场照片
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "培训现场照片")
|
||||||
|
private String pxxctp;
|
||||||
|
/**
|
||||||
|
* 入库人员
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "入库人员")
|
||||||
|
private String rkry;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 更新人员
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "更新人员")
|
||||||
|
private String gxry;
|
||||||
|
/**
|
||||||
|
* 入库时间
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "入库时间")
|
||||||
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
private LocalDateTime rksj;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 更新时间
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "更新时间")
|
||||||
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
private LocalDateTime gxsj;
|
||||||
|
/**
|
||||||
|
* 记录状态
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "记录状态")
|
||||||
|
private Integer jlzt;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 企业信息编号
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "企业信息编号")
|
||||||
|
private String qyxxbh;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,143 @@
|
|||||||
|
package com.mudu.entity.dto.request;
|
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.annotation.IdType;
|
||||||
|
import com.baomidou.mybatisplus.annotation.TableId;
|
||||||
|
import com.baomidou.mybatisplus.annotation.TableName;
|
||||||
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||||
|
import io.swagger.annotations.ApiModel;
|
||||||
|
import io.swagger.annotations.ApiModelProperty;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
import java.io.Serializable;
|
||||||
|
import java.time.LocalDateTime;
|
||||||
|
import java.util.Date;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* (ASafeQyzypgl)表实体类
|
||||||
|
*
|
||||||
|
* @author wu
|
||||||
|
* @since 2024-03-27 09:55:35
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
@ApiModel("实体类")
|
||||||
|
public class ASafeQyzypglRequest implements Serializable {
|
||||||
|
|
||||||
|
private static final long serialVersionUID = 496384598819764323L;
|
||||||
|
/**
|
||||||
|
* 信息编号
|
||||||
|
*/
|
||||||
|
@TableId(type = IdType.ASSIGN_UUID)
|
||||||
|
@ApiModelProperty(value = "信息编号")
|
||||||
|
private String xxbh;
|
||||||
|
/**
|
||||||
|
* 作业类型id
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "作业类型id")
|
||||||
|
private String zylxid;
|
||||||
|
/**
|
||||||
|
* 作业类型value
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "作业类型value")
|
||||||
|
private String zylxvalue;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 作业时间
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "作业时间")
|
||||||
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
|
||||||
|
private Date zysj;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 作业人员
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "作业人员")
|
||||||
|
private String zyry;
|
||||||
|
/**
|
||||||
|
* 作业地点
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "作业地点")
|
||||||
|
private String zydd;
|
||||||
|
/**
|
||||||
|
* 作业方式
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "作业方式")
|
||||||
|
private String zyfs;
|
||||||
|
/**
|
||||||
|
* 作业原因
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "作业原因")
|
||||||
|
private String zyyy;
|
||||||
|
/**
|
||||||
|
* 风险描述
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "风险描述")
|
||||||
|
private String fxms;
|
||||||
|
/**
|
||||||
|
* 防范措施
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "防范措施")
|
||||||
|
private String ffcs;
|
||||||
|
/**
|
||||||
|
* 作业状态 0-待签名 1-待作业 2-已作业
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "作业状态 0-待签名 1-待作业 2-已作业")
|
||||||
|
private String zyzt;
|
||||||
|
/**
|
||||||
|
* 企业编号
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "企业编号")
|
||||||
|
private String qybh;
|
||||||
|
/**
|
||||||
|
* 企业名称
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "企业名称")
|
||||||
|
private String qymc;
|
||||||
|
/**
|
||||||
|
* 所属部门
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "所属部门")
|
||||||
|
private String ssbm;
|
||||||
|
/**
|
||||||
|
* 入库时间
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "入库时间")
|
||||||
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
private LocalDateTime rksj;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 更新时间
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "更新时间")
|
||||||
|
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
|
||||||
|
private LocalDateTime gxsj;
|
||||||
|
/**
|
||||||
|
* 入库人员
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "入库人员")
|
||||||
|
private String rkry;
|
||||||
|
/**
|
||||||
|
* 更新人员
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "更新人员")
|
||||||
|
private String gxry;
|
||||||
|
/**
|
||||||
|
* 记录状态
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "记录状态")
|
||||||
|
private Integer jlzt;
|
||||||
|
/**
|
||||||
|
* 监护人员
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "监护人员")
|
||||||
|
private String jhry;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 企业信息编号
|
||||||
|
*/
|
||||||
|
@ApiModelProperty(value = "企业信息编号")
|
||||||
|
private String qyxxbh;
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,18 @@
|
|||||||
|
package com.mudu.mapper;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||||
|
import com.mudu.entity.ASafeTfg;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 停复工表(ASafeTfg)表数据库访问层
|
||||||
|
*
|
||||||
|
* @author wu
|
||||||
|
* @since 2024-06-07 17:07:15
|
||||||
|
*/
|
||||||
|
public interface ASafeTfgMapper extends BaseMapper<ASafeTfg> {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,15 @@
|
|||||||
|
package com.mudu.mapper;
|
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||||
|
import com.mudu.entity.ASafeTfgsh;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 停复工审核信息表(ASafeTfgsh)表数据库访问层
|
||||||
|
*
|
||||||
|
* @author wu
|
||||||
|
* @since 2024-06-07 17:07:16
|
||||||
|
*/
|
||||||
|
public interface ASafeTfgshMapper extends BaseMapper<ASafeTfgsh> {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,16 @@
|
|||||||
|
package com.mudu.service;
|
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.extension.service.IService;
|
||||||
|
import com.mudu.entity.ASafeTfg;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 停复工表(ASafeTfg)表服务接口
|
||||||
|
*
|
||||||
|
* @author wu
|
||||||
|
* @since 2024-06-07 17:07:15
|
||||||
|
*/
|
||||||
|
public interface ASafeTfgService extends IService<ASafeTfg> {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,16 @@
|
|||||||
|
package com.mudu.service;
|
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.extension.service.IService;
|
||||||
|
import com.mudu.entity.ASafeTfgsh;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 停复工审核信息表(ASafeTfgsh)表服务接口
|
||||||
|
*
|
||||||
|
* @author wu
|
||||||
|
* @since 2024-06-07 17:07:16
|
||||||
|
*/
|
||||||
|
public interface ASafeTfgshService extends IService<ASafeTfgsh> {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,17 @@
|
|||||||
|
package com.mudu.service.impl;
|
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||||
|
import com.mudu.entity.ASafeTfg;
|
||||||
|
import com.mudu.mapper.ASafeTfgMapper;
|
||||||
|
import com.mudu.service.ASafeTfgService;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @author dong
|
||||||
|
* @since 2024/6/11 10:43
|
||||||
|
*/
|
||||||
|
@Service("aSafeTfgService")
|
||||||
|
public class ASafeTfgServiceImpl extends ServiceImpl<ASafeTfgMapper, ASafeTfg> implements ASafeTfgService {
|
||||||
|
|
||||||
|
}
|
@ -0,0 +1,20 @@
|
|||||||
|
package com.mudu.service.impl;
|
||||||
|
|
||||||
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
||||||
|
|
||||||
|
import com.mudu.entity.ASafeTfgsh;
|
||||||
|
import com.mudu.mapper.ASafeTfgshMapper;
|
||||||
|
import com.mudu.service.ASafeTfgshService;
|
||||||
|
import org.springframework.stereotype.Service;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 停复工审核信息表(ASafeTfgsh)表服务实现类
|
||||||
|
*
|
||||||
|
* @author wu
|
||||||
|
* @since 2024-06-07 17:07:16
|
||||||
|
*/
|
||||||
|
@Service("aSafeTfgshService")
|
||||||
|
public class ASafeTfgshServiceImpl extends ServiceImpl<ASafeTfgshMapper, ASafeTfgsh> implements ASafeTfgshService {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in new issue