lixiaojun
2025-02-16 2da6b14a2979c73f2efca596c897650d935ceaa9
1
2
3
4
5
6
7
8
9
10
11
using Yw.CAL;
 
namespace HStation.CAL
{
    /// <summary>
    ///
    ///</summary>
    public interface IAssetsBluntheadFactor : IBaseCAL<AddAssetsBluntheadFactorInput, UpdateAssetsBluntheadFactorInput, AssetsBluntheadFactorDto>, IUpdateSorter
    {
    }
}