1
chenhaozhe
2026-01-28 eda6d1e0c20a5ee3e891de17ea754042ec315737
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsCg_POStockInChangeBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public string HExplanation;     //±ä¸üÔ­Òò
        public string HInnerBillNo;     //ÄÚ²¿µ¥¾ÝºÅ
        public int HOrgID;              //×éÖ¯
 
    }
}