智慧保安后台管理项目备份
tangzy
2021-11-09 2cdfc2901063cf4e7133091e2f82a89d41f3f50d
src/main/java/org/springblade/modules/punish/vo/PunishVO.java
@@ -32,5 +32,8 @@
@ApiModel(value = "PunishVO对象", description = "PunishVO对象")
public class PunishVO extends Punish {
   private static final long serialVersionUID = 1L;
   private  String enterpriseName;
   private  String jurname;
   private  String penalty;
}