公告板
版本库
filestore
活动
搜索
登录
main
/
MES-WEB-API
智云MES后端API代码
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
器具领用退库单 增加 存储过程 更新 器具档案的 使用寿命、剩余寿命;
zzr99
2021-12-02
091468bc308c7eb8141b47d02b704f7c53782a76
[MES-WEB-API.git]
/
Model
/
信息平台
/
ClsOA_KnowledgeSub.cs
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 ClsOA_KnowledgeSub : DBUtility.ClsXt_BaseBillSub
{
}
}