mitao
2024-12-19 d4f8d4b7b624628fbcaf3459546aaa55334a9922
medicalWaste-system/src/main/java/com/sinata/system/domain/MwProtectionRegulation.java
File was renamed from medicalWaste-system/src/main/java/com/sinata/system/domain/MwProtectionRequlation.java
@@ -20,9 +20,9 @@
 */
@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;
@@ -45,10 +45,6 @@
    @ApiModelProperty("规章制度名称")
    @TableField("REGULATION_NAME")
    private String regulationName;
    @ApiModelProperty("附件信息,多个附件使用英文逗号拼接")
    @TableField("ATTACHMENT")
    private String attachment;
    @ApiModelProperty("备注")
    @TableField("REMARK")