feat(REQ-3488): 查询班组请求参数调整
This commit is contained in:
parent
80fad48121
commit
77eff6b5cd
@ -88,6 +88,11 @@ public class OrgProjectTeamDTO implements Serializable {
|
|||||||
*/
|
*/
|
||||||
private String settledCode;
|
private String settledCode;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 同步状态
|
||||||
|
*/
|
||||||
|
private Integer syncState;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 是否删除 0:否 其他:删除
|
* 是否删除 0:否 其他:删除
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user