公告板
版本库
filestore
活动
搜索
登录
main
/
JC26WMS
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改连接路径
Demo
2024-06-14
6e1d13d9e7a61d910e69ba4f90e38324c083b90d
[JC26WMS.git]
/
Wms
/
Model
/
ModelVm
/
BllSoVm
/
ExportNoticeDetailVm.cs
1
2
3
4
5
6
7
8
9
10
11
using System;
using System.Collections.Generic;
using System.Text;
namespace Model.ModelVm.BllSoVm
{
public class GetExportNoticeDetailVm:IndexPage
{
public string SoNo { get; set; }
}
}