using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Core.LgMes.Client.lgServiceMgt.LgSqlCollection.LgRes.LgCcmResSql { /// /// Sql 集合 /// public class LgCcmResSql01 { /// /// 返回表stl_ccm_billetwgtsamplingsql /// /// /// public static string GetSqlForStl_ccm_billetwgtsampling(string sqlCondition) { string sqlStr = "select * from stl_ccm_billetwgtsampling a where 1 = 1 {0} "; return string.Format(sqlStr,sqlCondition); } } }