盘点任务bug处理

This commit is contained in:
yang.lee
2023-11-22 10:39:31 +08:00
parent e20440c87f
commit 1f781859e8
2 changed files with 10 additions and 8 deletions

View File

@@ -74,8 +74,8 @@ public class VmodelAppService : VengineAppService<Vmodel, VmodelGetInput, Vmodel
new VmDbProp{field="modify_time",csType="DateTime",length=0,digit=0,ordinal=17,required=false,pkey=false,fuzzy=false,defValue=null,descrip=null,code="modifyTime",name="修改时间"},
new VmDbProp{field="modify_id",csType="string",length=50,digit=0,ordinal=18,required=false,pkey=false,fuzzy=false,defValue=null,descrip=null,code="modifyId",name="修改人"}
},
navProps = [],
calProps = [],
navProps = new(),
calProps = new(),
ordinal = 0,
softDelete = 0,
enabled = 1,