PSTW_CentralizeSystem/Areas/OTcalculate/Models/RateModel.cs
2025-03-18 16:18:45 +08:00

12 lines
232 B
C#

using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using PSTW_CentralSystem.Models;
namespace PSTW_CentralSystem.Areas.OTcalculate.Models
{
public class RateModel
{
}
}