feat(REQ-3488): 查询班组请求参数调整

This commit is contained in:
zhanghonghao 2025-01-03 11:16:04 +08:00
parent 80fad48121
commit 77eff6b5cd

View File

@ -88,6 +88,11 @@ public class OrgProjectTeamDTO implements Serializable {
*/
private String settledCode;
/**
* 同步状态
*/
private Integer syncState;
/**
* 是否删除 0: 其他删除
*/