yangle
2024-08-19 862097cc6f2f14118ea0672f74e751af8a82be0d
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 ClsXs_SellOutChangeBillMain : DBUtility.ClsXt_BaseBillMain
    {
        public string HExplanation;     //±ä¸üÔ­Òò
        public string HInnerBillNo;     //ÄÚ²¿µ¥¾ÝºÅ
        public int HOrgID;              //×éÖ¯
 
    }
}