1
2
3
4
5
6
7
8
9
10
11
12
13
| package com.lf.server.entity.data;
|
| import java.io.Serializable;
|
| /**
| * 资源操作
| * @author sws
| * @date 2022-09-28
| */
|
| public class ResOpEntity implements Serializable {
| private static final long serialVersionUID = -7322438248126715583L;
| }
|
|