| | |
| | | @Getter |
| | | @Setter |
| | | @TableName("ums_third_applications") |
| | | @ApiModel(value = "UmsThirdApplications对象", description = "") |
| | | @ApiModel(value = "UmsThirdApplications对象", description = "第三方接口") |
| | | public class UmsThirdApplications implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | |
| | | import java.io.Serializable; |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | @TableField("inspectors") |
| | | private String inspectors; |
| | | |
| | | /** |
| | | * @Description 状态 |
| | | * @Param |
| | | * @return |
| | | **/ |
| | | @TableField("status") |
| | | private String status; |
| | | |
| | | /** |
| | | * @Description 创建时间 |
| | | * @Param |
| | | * @return |
| | | **/ |
| | | @TableField("cTime") |
| | | private Date cTime; |
| | | |
| | | /** |
| | | * @Description 所属街道 |
| | | * @Param |
| | | * @return |
| | | **/ |
| | | @TableField("community") |
| | | private Date community; |
| | | } |
File was renamed from ycl-common/src/main/java/com/ycl/service/platform/zfreport/IEnforcelawReportService.java |
| | |
| | | * @author lyq |
| | | * @since 2022-09-14 |
| | | */ |
| | | public interface IEnforcelawReportService extends IService<EnforcelawReport> { |
| | | public interface EnforcelawReportService extends IService<EnforcelawReport> { |
| | | |
| | | } |