using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Myshipping.Application.Service.BookingPrintTemplate.Dto
{
public class BookingPrinttemplateRightDto
{
///
/// 人员id
///
public long SysUserId { get; set; }
public List PrintTemplateId { get; set; }
}
}