Zxd.Core/code/ResourceFlowWorker/Dto/ResourceFlowCustomerAndUser...

18 lines
309 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ResourceFlowWorker.Dto
{
internal class ResourceFlowCustomerAndUserDto
{
public string? Appid { get; set; }
public string? Userid { get; set; }
}
}