tijian_tieying/web/dccdc.Selfhelp/Models/PrintTm.cs

17 lines
322 B
C#
Raw Normal View History

2025-02-20 12:14:39 +08:00
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; }
}
}
}