06 2020 档案
摘要:原文地址:https://blog.csdn.net/weixin_42476498/article/details/100511477 1.先在项目resources下创建并编写generatorConfig.xml文件 <?xml version="1.0" encoding="UTF-8"?>
阅读全文
摘要:创建函数 CREATE FUNCTION [dbo].[GetWeightCharge] ( @cemskind VARCHAR(30)--渠道 ,@classsif TINYINT --区间分类 ,@variate DECIMAL(18,3) --数值大小 ,@faddons DECIMAL(18
阅读全文
摘要:--表类型USE [emmis] GO CREATE TYPE [dbo].[WeightVolumeType] AS TABLE( [ilong] [int] NULL, [iwidth] [int] NULL, [iheight] [int] NULL, [actweight] [decimal
阅读全文