lixiaojun
2025-02-24 bf8236753dc091d548010719d342b0e6e2c2d524
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
namespace Yw.Dto
{
    /// <summary>
    /// 
    /// </summary>
    public class QuerySysUnitDictInput
    {
        /// <summary>
        /// 单位类型
        /// </summary>
        public string UnitType { get; set; }
 
        /// <summary>
        /// 单位语言
        /// </summary>
        public string UnitLang { get; set; }
    }
}