1
jingh
2021-09-01 a5c6cfe6489102d3dee0f44bb33df242538ab298
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsK3_StockPlaceGroup_Model : DBUtility.ClsGy_Base_Model
    {
       //
        public Int64 HWHID;
    }
}