kaiyu
2021-09-03 c3afba5959d8c94b6af76e6d578b1c6a1bf79b84
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.moral.api.pojo.form.organization;
 
import lombok.Data;
 
/**
 * @ClassName OrganizationQueryNamesForm
 * @Description TODO
 * @Author 陈凯裕
 * @Date 2021/5/6 13:18
 * @Version TODO
 **/
@Data
public class OrganizationQueryNamesForm {
 
    private Integer id;
 
}