lizijie
2021-09-23 5912cb4e4705b60875a2b1aa4beb1f7c94fc72e1
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;
 
}