快乐的昕的电脑
2025-10-16 5610ce8f05f45e8da7bffa286c6db5c61ea06a79
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
namespace PadApplication.Entites.Dto;
 
public class PrintDto
{
    public string? Out1 { get; set; }
    public string? Out2 { get; set; }
    public string? Out3 { get; set; }
    public string? Out4 { get; set; }
    public string? Out5 { get; set; }
    public string? Out6 { get; set; }
    public string? Out7 { get; set; }
    public string? Out8 { get; set; }
    public string? Out9 { get; set; }
    public string? Out10 { get; set; }
    public string? Out11 { get; set; }
    public string? Out12 { get; set; }
}