SGGL_SGY/SGGL/Model/ZHGL/DataSync/CostSmallDetailOutput.cs

12 lines
197 B
C#
Raw Normal View History

2025-02-19 15:58:42 +08:00
using System;
namespace Model
{
public class CostSmallDetailOutput : BaseEntities
{
public DateTime? Months { get; set; }
public decimal? SUMCost { get; set; }
}
}