增加同步机加工序任务数据源表
This commit is contained in:
parent
ceae1acebe
commit
4e786b8fce
|
@ -0,0 +1,13 @@
|
|||
##############################
|
||||
##@author:gong.chengbo ##
|
||||
##@createdate:2023-08-10 ##
|
||||
##@for:用于归档在线产量明细 ##
|
||||
##############################
|
||||
drop procedure if exists UpdateSquareStepYield;
|
||||
create
|
||||
definer = admin@`%` procedure UpdateSquareStepYield() comment '更新产量表存储过称'
|
||||
BEGIN
|
||||
|
||||
|
||||
|
||||
end;
|
Loading…
Reference in New Issue