智慧保安后台管理-验收版本
tangzy
2021-12-06 30df94c05573a426d030510d4dd58ae1d93bfb7a
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;
}