盘点任务bug处理
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user