zengh
2022-07-12 7c86454ff569dc54bbe7e34988750a1df762a2c3
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;
}