增加同步机加工序任务数据源表

This commit is contained in:
xiaochou164 2023-08-19 15:57:34 +08:00
parent ceae1acebe
commit 4e786b8fce
1 changed files with 13 additions and 0 deletions

View File

@ -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;