tijian_tieying/web/dccdc.Models/DTO/PrintTM.cs

16 lines
316 B
C#
Raw Normal View History

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