File was renamed from FlexJobApi.Core/Models/UserServer/EnterpriseWallets/Commands/AlipayFundExpandindirectOrderCancelCommand.cs |
| | |
| | | /// 支付宝资金二级商户KYB代进件单取消接口 |
| | | /// </summary> |
| | | [Resource([EnumResourceController.UserServerEnterpriseWallet])] |
| | | public class AlipayFundExpandindirectOrderCancelCommand : IRequest<Guid> |
| | | public class EnterpriseWalletExpandindirectOrderCancelCommand : IRequest<Guid> |
| | | { |
| | | /// <summary> |
| | | /// 代进件单Id |
| | | /// 企业Id |
| | | /// </summary> |
| | | public Guid Id { get; set; } |
| | | public Guid? EnterpriseId { get; set; } |
| | | } |
| | | } |