| | |
| | | Income = 11, |
| | | /**转账 */ |
| | | Transfer = 20, |
| | | /**分账 */ |
| | | ProfitSaring = 21, |
| | | } |
| | | |
| | | enum EnumGetArrangeTaskUsersQueryApplyStatus { |
| | |
| | | interface GetOpenStandardServicesQuery { |
| | | /** 关键字(服务名/Id) */ |
| | | keywords?: string; |
| | | /** 忽略Id */ |
| | | ignoreId?: string; |
| | | /** 岗位编号 */ |
| | | jobCode?: string; |
| | | /** 创建时间-起始 */ |
| | |
| | | supplierEnterpriseId?: string; |
| | | /** 供应商 */ |
| | | supplierEnterpriseName?: string; |
| | | /** 供应商联系人 */ |
| | | supplierEnterpriseContacts?: string; |
| | | /** 供应商联系电话 */ |
| | | supplierEnterpriseContactPhoneNumber?: string; |
| | | /** 服务人员 */ |
| | | serverNames?: string; |
| | | /** 服务人员联系电话 */ |
| | |
| | | supplierEnterpriseId?: string; |
| | | /** 供应商 */ |
| | | supplierEnterpriseName?: string; |
| | | /** 供应商联系人 */ |
| | | supplierEnterpriseContacts?: string; |
| | | /** 供应商联系电话 */ |
| | | supplierEnterpriseContactPhoneNumber?: string; |
| | | /** 服务人员 */ |
| | | serverNames?: string; |
| | | /** 服务人员联系电话 */ |
| | |
| | | interface GetStandardServicesQuery { |
| | | /** 关键字(服务名/Id) */ |
| | | keywords?: string; |
| | | /** 忽略Id */ |
| | | ignoreId?: string; |
| | | /** 岗位编号 */ |
| | | jobCode?: string; |
| | | /** 创建时间-起始 */ |
| | |
| | | id?: string; |
| | | /** 验收完成时间 */ |
| | | checkReceiveTime?: string; |
| | | /** 创建时间 */ |
| | | createdTime?: string; |
| | | /** 附件 */ |
| | | files?: string[]; |
| | | /** 备注 */ |