tangzy
2021-09-15 09a73af712366265c9b7d200e1dac2fa83c82b9a
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;
}