File was renamed from medicalWaste-system/src/main/java/com/sinata/system/domain/MwProtectionRequlation.java |
| | |
| | | */ |
| | | @Getter |
| | | @Setter |
| | | @TableName("MW_PROTECTION_REQULATION") |
| | | @ApiModel(value = "MwProtectionRequlation对象", description = "规章制度") |
| | | public class MwProtectionRequlation extends BaseModel { |
| | | @TableName("MW_PROTECTION_REGULATION") |
| | | @ApiModel(value = "MwProtectionRegulation对象", description = "规章制度") |
| | | public class MwProtectionRegulation extends BaseModel { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | @ApiModelProperty("规章制度名称") |
| | | @TableField("REGULATION_NAME") |
| | | private String regulationName; |
| | | |
| | | @ApiModelProperty("附件信息,多个附件使用英文逗号拼接") |
| | | @TableField("ATTACHMENT") |
| | | private String attachment; |
| | | |
| | | @ApiModelProperty("备注") |
| | | @TableField("REMARK") |