lizijie
2021-06-25 b80960204ea58400b33e8e9ed58ae4cb40c8ce9f
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;
 
}