16 lines
316 B
C#
16 lines
316 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace dccdc.Models.DTO
|
|||
|
|
{
|
|||
|
|
public class PrintTM
|
|||
|
|
{
|
|||
|
|
public string xm { get; set; }
|
|||
|
|
public string xmtm { get; set; }
|
|||
|
|
public string tm { get; set; }
|
|||
|
|
public string xz { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|