公告板
版本库
filestore
活动
搜索
登录
main
/
MESWMS-SCM
外网版桌面端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
条码流水号生成方法优化
jhz
2022-09-27
1635619600198b3ce66a270399ec923ae2a2244f
[MESWMS-SCM.git]
/
SCM
/
公用类
/
ClsGy_OpenTmp_Model.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
using System.Collections.Generic;
using System.Text;
namespace SCM
{
public class ClsGy_OpenTmp_Model
{
public long HItemID;
public string HNumber;
public string HName;
public string HModel;
}
}