| | |
| | | userInfoId?: string; |
| | | /** 用户类型 */ |
| | | userType?: EnumUserType; |
| | | /** 企业类型 */ |
| | | enterpriseType?: EnumEnterpriseType; |
| | | /** 客户端类型 */ |
| | | clientType?: EnumClientType; |
| | | } |
| | |
| | | interface GetEnterpriseEmployeesQueryResultItem { |
| | | /** 灵工Id */ |
| | | id?: string; |
| | | /** 企业Id */ |
| | | enterpriseId?: string; |
| | | /** 头像 */ |
| | | avatar?: string; |
| | | /** 姓名 */ |
| | |
| | | /** 结算单名称 */ |
| | | settlementOrderName?: string; |
| | | settlementStatus?: EnumTaskSettlementStatus; |
| | | settlementReceiveStatus?: SettlementReceiveStatus; |
| | | /** 结算时间 */ |
| | | settlementTime?: string; |
| | | /** 付款人账户 */ |
| | |
| | | } |
| | | |
| | | interface SavePartyAEnterpriseCommand { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName: string; |
| | | /** 法人姓名 */ |
| | |
| | | password?: string; |
| | | /** 操作密码(选填 填了就改不填就不改) */ |
| | | operatorPassword?: string; |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface SavePersonalUserBankCardCommand { |