17 lines
322 B
C#
17 lines
322 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace dccdc.Report.Modles
|
|||
|
|
{
|
|||
|
|
public class PrintTm
|
|||
|
|
{
|
|||
|
|
public class PrintTM
|
|||
|
|
{
|
|||
|
|
public string xm { get; set; }
|
|||
|
|
public string xmtm { get; set; }
|
|||
|
|
public string tm { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|