ningshuxia
2025-03-24 f7d479db638f3d9e3aeb05ec82dc2818f14bf903
1
2
3
4
5
6
7
8
9
10
11
using Yw.CAL;
 
namespace PBS.CAL
{
    /// <summary>
    /// 电费
    ///</summary>
    public interface IElecPrice : IBaseCAL<AddElecPriceInput, UpdateElecPriceInput, ElecPriceDto>
    {
    }
}