新增版本
This commit is contained in:
parent
cfdcd5d6bf
commit
f0924c5052
5
DOAN.Model/libman.json
Normal file
5
DOAN.Model/libman.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "3.0",
|
||||
"defaultProvider": "cdnjs",
|
||||
"libraries": []
|
||||
}
|
||||
@ -128,7 +128,7 @@ namespace DOAN.Service.MES.recipe
|
||||
List<PfRecipeParameters> pfRecipeParametersList = new List<PfRecipeParameters>();
|
||||
pfRecipeVersion.RecipeCode = parm.RecipeCode;
|
||||
pfRecipeVersion.Version = parm.Version;
|
||||
pfRecipeVersion.Status = parm.Status;
|
||||
pfRecipeVersion.Status = 1;
|
||||
pfRecipeVersion.Sequence = Sequence;
|
||||
pfRecipeVersion.CreatedBy = parm.CreatedBy;
|
||||
pfRecipeVersion.CreatedTime = parm.CreatedTime;
|
||||
|
||||
@ -184,7 +184,7 @@ namespace DOAN.Service.Mobile
|
||||
});
|
||||
|
||||
//TODO 拼接MQTT消息,发送给设备,工单信息和配方信息
|
||||
Context.Queryable<Pfref>
|
||||
//Context.Queryable<Pfref>
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user