yusijie
5 天以前 7b8d960aa3c7bf0a1b1e729f4dfa4cc788f79a29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
 
namespace WebAPI.Models
{
    public class ClsGy_WorkCenterSub
    {
        public int ?HItemID { get; set; }
        public int ?HCenterID { get; set; }
        public int HSourceID { get; set; }
        public string HUseFlag { get; set; } = "";
        public int ?HSno { get; set; }
        public ushort ?HUnionFlag { get; set; }
 
    }
}