tangzy
2021-11-05 60dddbf3d0182c8a5220b04d3ea207b0756bc0f3
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;
}