tijian_tieying/web/dccdc.Selfhelp/Models/PrintTm.cs
2025-02-20 12:14:39 +08:00

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; }
}
}
}