1
yhj
2024-07-24 5e5d945e91568b973faa27d8ab0bcef99fc4a6c5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
using System;
 
namespace CSFrameworkV5.Interfaces
{
/*===================================================================
 *   程序说明: WOMDAA的查询参数
 *   作者资料: 孙中吕
 *   创建日期: 2024/05/20 05:58:20
 *   最后修改: 2024/05/20 05:58:20
 *
 *   注: 本文件由代码生成器(Code Generator)自动生成。
 *   版权所有 Copyright 2006~2024, C/S框架网(www.cscode.net)
 *===================================================================*/
 
    public partial class QueryWOMDAA : QueryBusinessBase
    {
        //
        //请将此文件移动到CSFrameworkV5.Interfaces模块的QueryModels目录下
        //
 
        public string DAA001 { get; set; }
 
        public string DAA015 { get; set; }
 
        public string DAA022 { get; set; }
    }
}