lg
2024-09-22 c115ac388af5a6928716f0146a75a2a42fb27d8e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
using Gs.DevApp.Entity;
 
namespace Gs.DevApp.Query
{
 
    public class MesItemQuery : PageQueryModel
    {
        public string itemNo { get; set; }
 
        public string itemName { get; set; }
 
        public int id { get; set; }
    }
}